configuration / chassis0 / slots / [SLOT-ID] / [gps167] / module / ppo / ppo[ID]

CLI REST-API

output-holdover

output holdover (if sync)
This is a read-write object and valid values are:




Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/ppo/ppo[ID]
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/ppo/ppo[ID]/length-s
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/ppo/ppo[ID]/length-ms
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/ppo/ppo[ID]/output-level
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/ppo/ppo[ID]/mode
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/ppo/ppo[ID]/timeout

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ppo/ppo.*


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*
Body:
{
  "output-holdover": true
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ppo/ppo.* -d
{
  "output-holdover": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]